crypto/tls.constantTimeHash.ConstantTimeSum (method)

2 uses

	crypto/tls (current package)
		cipher_suites.go#L581: 	ConstantTimeSum(b []byte) []byte
		cipher_suites.go#L594: func (c *cthWrapper) Sum(b []byte) []byte         { return c.h.ConstantTimeSum(b) }